Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --use find to replace "your username" whith your roblox user name
- wait(2)
- local u = Instance.new("Tool")
- u.Parent = game.Players["your username"].Backpack
- u.Name = "Create Part"
- local f = Instance.new("Part")
- f.Parent = game.Players["your username"].Backpack["Create Part"]
- f.Name = "Handle"
- f.Color = Color3.fromRGB(9, 152, 143)
- local y = Instance.new("Part")
- y.Parent = workspace
- y.Name = "Wall"
- y.Color = Color3.fromRGB(166,78,15)
- y.Anchored = true
- game.Players["your username"].Backpack["Create Part"].Activated:Connect(function()
- local tool = game.Workspace["your username"]["Create Part"]
- local wall = game.Workspace.Wall
- if tool.Activated then
- local x = wall:Clone()
- x.Parent = workspace
- x.Position = game.Workspace["your username"].RightFoot.Position
- else
- wait()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement