Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ Fixed the annoying bricks which will be there if reseted]]
- -- ITS DONE LOPLAOLOALALAOSDKLOADKAOSKDOKAO LAWL
- --ThIs iS A FaKe CaR ScRiPt
- --Basicly made by animescapetower lol, bc i work almost alone.
- print("Keys : [z= for removing part, b = recreate part, x = can collide, v = anchore, n = trans off or on]")
- k = {}
- k.Username = "UsernameDataBaser"
- i = "Workspace"
- k.Function = "GetData"
- print(k.Username.."[Name]: [' ".. game.Players.LocalPlayer.Name.." ']")
- function i(plr)
- kick = {}
- kick.Name = k.Username
- kick.Settings = {
- CenteredName = "BrickCare:LOL:",
- Center = Vector3.new(20,20,20),
- CenterSize = Vector3.new(5,5,5),
- CenterLocalPart = k,
- CenteredCircled = 20,
- CenteredSquared = 30
- }
- kick.Centered = Vector3.new(0,1,3)
- local player = game:GetService("Players").LocalPlayer
- local char = player.Character
- local torso = char.HumanoidRootPart
- char.Head.CanCollide = false
- char.HumanoidRootPart.CanCollide = false
- Part = Instance.new("Part")
- Part.Anchored = false
- Part.Size = kick.Settings.CenterSize
- Part.Name = kick.Settings.CenteredName
- Part.Position = kick.Centered
- Part.CanCollide = true
- Part.Parent = char
- local FuntimeArticsFunction = {}
- FuntimeArticsFunction.C0CFRAME = CFrame --It's real
- FuntimeArticsFunction.C1CFAME = CFrame --i am a idiot lol
- FuntimeArticsFunction.CFRAMEPRINTS = print{
- "Anime is bad at cframe so i suggest you try"
- }
- local player = game.Players.LocalPlayer
- repeat wait() until player.Character.Humanoid
- local humanoid = player.Character.Humanoid
- local mouse = player:GetMouse()
- game:service'RunService'.Stepped:connect(function()
- Part.CFrame = Part.CFrame:Lerp(torso.CFrame * CFrame.new(kick.Centered),.1)
- Part.CFrame = Part.CFrame:Lerp(torso.CFrame * CFrame.Angles(0,math.rad(30),0),.1)
- end)
- local __Function__ = game:GetService("Players").LocalPlayer.Character:GetChildren()
- local omahway = {}
- omahway.Name = "OnMyWaY"
- omahway.PrintNebulaZorua = { --Whats to name print
- "Nice job for naming print to OMAHWAY NEBULA ZORUA",
- "i Am Stupd",
- "FuntimeArtic's car",
- "i have no idea to come with idiotic idea",
- "Animescaptower's and FunTimes, skidding car"
- }
- omahway.StupidCarIdeas = {
- "Adding wheels, no this car does not even need wheels",
- "Add nebs idea to make the car float, floating car does exist but i don't want a floating car",
- "Animes car is bad, No it's not bad it's a skidding bat man mobile"
- }
- print(omahway.PrintNebulaZorua[math.random(1,#omahway.PrintNebulaZorua)])
- print(omahway.StupidCarIdeas[math.random(1,#omahway.StupidCarIdeas)])
- for i,part in pairs(__Function__)do
- if part.Name == "BrickCare:LOL:" then
- part.Parent = workspace --To stop the problem of removal
- end
- end
- mouse.KeyDown:connect(function(key)
- if key == "z" then--Remove
- Part:Destroy()
- end
- if key == "b" then--Recreate
- f= pcall(i)
- end
- if key == "x" then--CanCollide
- Part.CanCollide = false
- wait(4)
- Part.CanCollide = true
- end
- if key == "v" then--Anchored
- Part.Anchored = true
- wait(2)
- Part.Anchored = false
- end
- if key == "n" then--Trans
- Part.Transparency = 1
- wait(4)
- Part.Transparency = 0
- end
- end)
- return Part
- end
- e= pcall(i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement