Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent:FindFirstChild("Execute").MouseButton1Down:connect(function()
- loadstring(script.Parent:FindFirstChild("Text").Text)()
- end)
- script.Parent:FindFirstChild("Clear").MouseButton1Down:connect(function()
- script.Parent:FindFirstChild("Text").Text = ""
- end)
Advertisement
Add Comment
Please, Sign In to add comment