Advertisement
InTesting

Test 2

Jan 9th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. -- Paste Under Button GUI
  2. local RE = nil -- Locate RemoteEvent
  3. local AssetId = nil -- Replace with AnimID
  4.  
  5. local button = script.Parent
  6.  
  7. button.MouseButton1Click:Connect(function()
  8.  
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement