SonaDrawzStuffYT is an American artist and animator who focuses on making Roblox content. She also used to make animations for other games as well, such as Undertale and Yandere Simulator. Her YouTube account was hacked, due to a fake sponsorship deal. Getting 40,000 Fat Power in ROBLOX Eating Simulator and fighting the other fattest players on the server! Subscribe & become a Noodler today!
Oct 2nd, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local weld = Instance.new('Weld',p.Torso)
- train.Anchored =true
- train.Size = Vector3.new(3,2,6)
- train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
- weld.C1 = CFrame.new(0,0,0)* CFrame.Angles(0,math.rad(180),0)
- local TrainMesh = Instance.new('SpecialMesh',train)
- TrainMesh.Scale = Vector3.new(0.020,0.020,0.015)
- TrainMesh.TextureId ='rbxassetid://430819580'
- weld2.Part0 = p.Torso
- Smoke.Anchored =true
- Smoke.Size = Vector3.new(1,1,1)
- Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
- weld2.C1 = CFrame.new(0,-4,3.5)-- * CFrame.Angles(0,math.rad(180),0)
- Smoke.Transparency =1;
- local Particle = Instance.new('ParticleEmitter',Smoke)
- Particle.Speed = NumberRange.new(30,60);
- Particle.Texture ='http://www.roblox.com/asset/?id=50607824'
- local Light = Instance.new('SpotLight',train)
- Light.Brightness =100;
- Light.Range =30;
- p.Humanoid.WalkSpeed =60;
- if v:IsA('Part')then
- elseif v:IsA('Hat')then
- elseif v:IsA('Model')then
- end
- localfunction SFX(id)local s=Instance.new('Sound',p.Torso); s.SoundId ='rbxassetid://'..id; s.Volume =1;return s;end
- if p.Parent then
- if game.Players:FindFirstChild(p.Parent.Name)then
- if p.Parent.Name ~= game.Players.LocalPlayer.Name then
- game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
- Whistle:Play()
- end
- end
- Music.Looped =true;
- Music:Play();
Comments are closed.