Valve Leaks Steam Game Player Counts We Have The Numbers Ars valve leaks steam game player counts we have the numbers ars
Ironman Roblox ironman roblox
How To Become Iron Man In Roblox Youtube how to become iron man in roblox
Iron Man Scripting Roblox All Controls And Commands Activate iron man scripting roblox all
Big Update Ironman Simulator Roblox big update ironman simulator roblox
New Super Hero Powers Update Breaks Roblox Mad City minecraft videos
Power Rangers Legacy Wars Game Guide Unofficial Ebook By The Yuw power rangers legacy wars game guide unofficial ebook by the yuw rakuten kobo
82 Best Denis Images Roblox Roblox Roblox Adventures How To roblox roblox roblox adventures
Roblox Why Roblox Is So Popular And How It Works Business Insider roblox why roblox is so popular and
Https Www Jbhifi Com Au Products Vinyl Walker Ryley Lillywhite https www jbhifi com au products
Clip Poke Season 5 Imdb clip poke season 5 imdb
Slayingsimulator Hashtag On Twitter slayingsimulator hashtag on twitter
Roblox Iron Man Suit 1
Https Gamerant Com Tag The Bartlet Jones Supernatural Detective https gamerant com tag the bartlet
Hv22rvnlnirk M 2
Slayingsimulator Hashtag On Twitter slayingsimulator hashtag on twitter
Buy Pc Games Consoles Accessories Gamestop buy pc games consoles accessories
Iron Hud Augmented Reality For Avenger Iron Man Apprecs iron hud augmented reality for
The best place to get cheats, codes, cheat codes, walkthrough, guide, FAQ, unlockables, achievements, and secrets for Iron Man for Xbox 360. Roblox seems to be getting worse with all the Robux scams I need to constantly monitor that my kid is not falling for and now I have to make sure game creators are not ripping my kids off. I, and many parents in my community are going to start stepping up soon to try getting news out about this if something is not done soon.
Post SelanjutnyaPost Sebelumnya
Sep 14th, 2017
Roblox Iron Man Simulator Wiki
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local PChar = Plr.Character
- wait(0.5)
- local CharPart = Instance.new('Part', PChar)
- CharPart.Size = Vector3.new(9.067, 12.97, 29.795)
- CharPart.Name = 'Danky'
- local CharMesh = Instance.new('SpecialMesh', CharPart)
- CharMesh.TextureId = 'rbxassetid://442090616'
- local CharWeld = Instance.new('Weld', PChar.Torso)
- CharWeld.Part1 = PChar.Torso
- CharWeld.Name = 'DankyWeld'
- local CharLight = Instance.new('SpotLight', CharPart)
- CharLight.Range = 60
- local Humanoid = PChar:WaitForChild('Humanoid')
- Humanoid.WalkSpeed = 100
- local Music = Instance.new('Sound', CharPart)
- Music.Volume = 2
- Music:Play()
- CharPart.Touched:connect(function(ChildTouched)
- if ChildTouched.Parent:FindFirstChild('Humanoid') nil then else
- if ChildTouched.Parent.Name Plr.Name then return end
- local BomSFX = Instance.new('Sound', game.Workspace)
- BomSFX.Volume = 1
- ChildTouched.Parent:FindFirstChild('Humanoid').Health = 0
- end)
- wait(0.5)