Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(2)
- local player = game.Workspace["your username"]
- local playerWP = player.HumanoidRootPart.Position
- DWC = Instance.new("Part")
- DWC.Parent = workspace
- DWC.Color = Color3.fromRGB(60, 145, 255)
- DWC.Size = Vector3.new(1,1,1)
- DWC.Name = "DWC"
- DWF = Instance.new("Part")
- DWF.Parent = workspace
- DWF.Color = Color3.fromRGB(255, 25, 17)
- DWF.Size = Vector3.new(1,1,1)
- DWF.Name = "DWF"
- DWV = Instance.new("Part")
- DWV.Parent = workspace
- DWV.Color = Color3.fromRGB(234, 153, 13)
- DWV.Size = Vector3.new(1,1,1)
- DWV.Name = "DWV"
- DWB = Instance.new("Part")
- DWB.Parent = workspace
- DWB.Color = Color3.fromRGB(208, 10, 234)
- DWB.Size = Vector3.new(1,1,1)
- DWB.Name = "DWB"
- DWR = Instance.new("Part")
- DWR.Parent = workspace
- DWR.Color = Color3.fromRGB(132, 234, 14)
- DWR.Size = Vector3.new(1,1,1)
- DWR.Name = "DWR"
- while true do
- wait(0.355)
- local playerWPW = player.HumanoidRootPart.Position
- wait(0.100)
- DWC.Position = playerWPW
- DWF.Position = playerWPW
- DWV.Position = playerWPW
- DWB.Position = playerWPW
- DWR.Position = playerWPW
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement