Advertisement
SirMeme

hehe xddddddd

Apr 18th, 2019
4,209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. game.ReplicatedStorage.RemoteEvent:FireServer("usePotion", "Egg", game.Players.LocalPlayer:GetMouse().Hit)
  2. wait(1)
  3. for _,v in next,workspace:GetDescendants() do
  4. if v.Name == "egg" then
  5. v.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement