Advertisement
RobloxPain3

Untitled

Aug 24th, 2019
2,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. while true do
  2. wait()
  3. game.Workspace.USERNAME.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1519.28003, -95.8127899, -1025.06006, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  4.  
  5. local tbl_main =
  6. {
  7. "Find my brother's toy"
  8. }
  9. game:GetService("Workspace").USERNAME.Interactions.Dialogue:FireServer(unpack(tbl_main))
  10.  
  11. wait(0.1)
  12. local tbl_main =
  13. {
  14. "Yes",
  15. "Find my brother's toy"
  16. }
  17. game:GetService("Players").USERNAME.PlayerGui.Dialogue.Frame.ChatEvent:FireServer(unpack(tbl_main))
  18.  
  19. wait(1)
  20. local tbl_main =
  21. {
  22. }
  23. game:GetService("Workspace").USERNAME.Interactions.Getter:FireServer(unpack(tbl_main))
  24.  
  25. wait(0.1)
  26. game.Players.USERNAME.Data.CompletedQuests["Find my brother's toy"]:Destroy()
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement