Advertisement
Honansik

Floppy's Playtime! GUI Script

Dec 15th, 2021
3,764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. local word = game:GetService("Workspace").Puzzles.Code.SurfaceGui.TextLabel.Text
  2.  
  3. for w in string.gmatch(word, "(%w)") do
  4. fireclickdetector(game:GetService("Workspace").Puzzles.Keypad.Keys[w].ClickDetector)
  5. task.wait(0.05)
  6. end
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-26, 114, -255)
  8. task.wait(1)
  9. fireproximityprompt(game:GetService("Workspace").Puzzles.BlueArm.Root.Prompt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement