Meliodas0_0

TP STORE V2 JAILBREAK

Jul 26th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local plr = game:GetService("Players").LocalPlayer
  2. local a = workspace:FindFirstChild("SmallStores")
  3. for i,v in pairs(a:GetChildren()) do
  4. v.Transparency = 0
  5. v.CFrame = plr.Character:WaitForChild("HumanoidRootPart").CFrame * CFrame.new(math.random(-3,3),0,math.random(-3,3))
  6. end
Add Comment
Please, Sign In to add comment