When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Property Clipboard - Copy and paste properties of any object ......

    devforum.roblox.com/t/property-clipboard-copy-and-paste-properties-of-any...

    1: Copy. Click on this button while having an object selected to copy its properties; Pressing LeftShift + C while selecting an object also works; 2: Clipboard History. Clicking on this button opens up a window with the list of the last 20 properties you have copied; Click on the button to copy the properties shown; Click on the trash can icon ...

  3. Premium, Verified, and Robux Unicode Characters - Roblox

    devforum.roblox.com/t/premium-verified-and-robux-unicode-characters/2175425

    I can’t seem to find a place where these are stored, so here are the Unicode replacement characters for Robux, Premium, and Verified! Robux: Premium: Verified: In code (Courtesy of @Antonon_07 ): Robux: utf8.char(0xE002) Premium: utf8.char(0xE001) Verified: utf8.char(0xE000) Note that these won’t show up in the DevForum, and will only show in game, as seen here: (The text on this textlabel ...

  4. Copy and paste do not work - Engine Bugs - Developer Forum -...

    devforum.roblox.com/t/copy-and-paste-do-not-work/1444951

    Reproduction Steps System information: Windows 10 Reproduction file: CopyPasteBug.rbxl (27.5 KB) (And any game with TextBoxes, including the default chat bar) I am using the Roblox App from the Microsoft store. My friend is experiencing this issue too with their macbook. I can not copy text from any TextBox using Ctrl+C. I also can not paste text into any TextBox using Ctrl+V. Expected ...

  5. Copy and Paste breaks on Roblox Client

    devforum.roblox.com/t/copy-and-paste-breaks-on-roblox-client/29682

    Bug Reports Engine Bugs. MisterObvious (MisterObvious) October 8, 2016, 11:50pm #1. Sometimes when I go and alt tab to grab an asset ID and ctrl + c. Bring into my game client to paste. It works but then after a while it randomly breaks. When it breaks, I can’t copy and paste anywhere else, my notepad, chrome, roblox, it just breaks copying ...

  6. How to give a badge - Scripting Support - Developer Forum -...

    devforum.roblox.com/t/how-to-give-a-badge/1196641

    local IDToAward = 000000 --Replace this with your BadgeID. local BadgeService = game:GetService("BadgeService") Part.Touched:Connect(function(Hit) local Player = game.Players:GetPlayerFromCharacter(Hit.Parent) if Player then. BadgeService:AwardBadge(Player.UserId, IDToAward) end. end) Hit will return back the Part that it hit, and Hit.Parent ...

  7. Can't copy and paste - Building Support - Developer Forum -...

    devforum.roblox.com/t/cant-copy-and-paste/1687950

    Try copying something inside of studio, then try to copy and paste the outside characters. If that doesn’t work, try just restarting studio, I’ve personally never had this issue, but I have had this issue in Visual Studio, and this usually works. Roblox glitch. Close studio and roblox then restart your pc.

  8. How To Make A Working Gamepass Shop Gui - Roblox

    devforum.roblox.com/t/tutorial-easy-how-to-make-a-working-gamepass-shop-gui/970082

    Hi All, I’m Infinite_Visions, developer of Visions Games. It’s been a while since one of these tutorials were made, so I thought I’d give it a shot. This tutorial is recommended for people who know a small bit of scripting - it is easy, commonly-used, and efficient. We will be covering making a gamepass shop in Roblox Studio, where the players can spend money to buy a gamepass. This ...

  9. Simple Punch Script - Code Review - Developer Forum - Roblox

    devforum.roblox.com/t/simple-punch-script/467581

    Help and Feedback Code Review. I made a simple punch script, where the player needs to press ‘F’ to punch. Every punch can only deal damage to one person (20 for each punch). PunchTest.rbxl (28.4 KB) Workspace: RemoteHandler: local Character = Part.Parent. local Humanoid = Character:FindFirstChild("Humanoid") if Humanoid then.

  10. UI Copy Paste Plugin - Community Resources - Developer Forum -...

    devforum.roblox.com/t/ui-copy-paste-plugin/2524873

    Adding on to that, would be nice to have a clone gui element with properties so you click a button and it makes a complete duplicate of the gui element and children with properties set. I made a plugin that can copy properties of a UI (just the visual part) and can paste it onto another UI. Example video: Planned Features: Presets that you can ...

  11. Copy-Paste breaking across the operating system (Windows 10) -...

    devforum.roblox.com/t/copy-paste-breaking-across-the-operating-system-windows...

    If you’re in game, and you try to paste an image into the chat or a text box (Lightshot or something) then it will break the copy-paste function across your entire PC until roblox is closed. This goes for other apps too, like notepad and stuff. Even when you try to copy text again, the text won’t copy properly. Pretty much all clipboard functions are disabled for all programs temporarily ...