Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[memey fe red car killer script (if u on fe game, this fe script will show up on all player's screens, not only yours)
- credits: Josemmoya
- idea by: skidma's thomas dank engine
- script version: 1.0 (meaning ill remaster it soon lol)
- note: change josemmoya to ur roblox username lel
- ]]--
- print("memey fe red car killer script (if u on fe game, this fe script will show up on all player's screens, not only yours)")
- print("credits: Josemmoya")
- print ("idea by: skidma's thomas dank engine")
- print ("script version: 1.0 (meaning ill remaster it soon lol)")
- print("note: change josemmoya to ur roblox username lel")
- local p = game.Workspace.Josemmoya2
- local train = game.Workspace.Josemmoya2.Torso
- local TrainMesh = Instance.new("SpecialMesh",train)
- TrainMesh.MeshType = Enum.MeshType.FileMesh
- TrainMesh.Scale = Vector3.new(9, 9, 9)
- TrainMesh.MeshId = "rbxassetid://693526472"
- TrainMesh.TextureId = "rbxassetid://3973208"
- p.Humanoid.WalkSpeed = 150;
- --Variables--
- local Brick = game.Workspace.Josemmoya2.Torso
- --End--
- --Code--
- local function PlayerTouched(Part)
- local Parent = Part.Parent
- if game.Players:GetPlayerFromCharacter(Parent) then
- Parent:BreakJoints()
- print ("there u go")
- end
- end
- Brick.Touched:connect(PlayerTouched)
- print("its fuck up time!")
- -- By Dylxan, PM me if you have any questions! --
- while true do
- --Declare Variables
- local sound = Instance.new("Sound")
- local soundID = 2076648232 --Sound ID
- local volume = 10 --Volume
- local pitch = 1 --Pitch
- local looped = true --Set to false if you dont want it looped
- local name = "despacito"--Doesnt matter
- local parent = game.Workspace.Josemmoya2.Torso
- --Main script, don't touch unless you know what your doing
- sound.Parent = (parent)
- sound.SoundId = "http://www.roblox.com/asset/?id="..soundID..""
- sound.Pitch = pitch
- sound.Volume = volume
- sound.Name = name
- sound.Looped = looped
- sound:play()
- break
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement