This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local dragDetector = Instance.new("DragDetector") | |
local boulder = workspace["Mango Boulder"] | |
boulder.Anchored = true | |
dragDetector.Parent = boulder["Mango Boulder"] | |
dragDetector.ResponseStyle = "Geometric" | |
local tpButton = Instance.new("TextButton") | |
tpButton.Parent = game.Players.LocalPlayer.PlayerGui | |
tpButton.Text = "Teleport Boulder" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Hello WebPaint!!": { | |
"text": "test github gist, meow!!", | |
"banner": "" | |
}, | |
"News Test!!": { | |
"text": "testing, again!!", | |
"banner": "" | |
} | |
} |