eren2481

Anime

Feb 10th, 2020
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. for i,v in pairs(game.Workspace.MouseIgnore:GetChildren())do
  2. if v.Name == "ChikaraCrate" then
  3. v:MoveTo(Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)
  4. end
  5. end
  6. wait(0.1) do
  7. game.StarterGui:SetCore("SendNotification", {
  8. Title = "Turkish Client ;)";
  9. Text = "Scriptimi Kullandigin icin Tessekurler :)";
  10. Duration = 0.5;
  11. })
  12. end
Advertisement
Add Comment
Please, Sign In to add comment