Advertisement
Denis14

𝙋𝙤𝙨𝙞𝙩𝙞𝙫𝙚#8504's Anime fighting sim script

Nov 16th, 2019
9,848
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 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 = "𝙋𝙤𝙨𝙞𝙩𝙞𝙫𝙚#8504 ;)";
  9. Text = "Thanks for my using my script!";
  10. Duration = 1.5;
  11. })
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement