Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Variables
- player = game.Players.BlueberriezAndPie
- bannedlist = { "T0tallyN0tATr0ll, l0lRek0tlol, TusKOr661" }
- Instance.new("Tool",game.Workspace)
- Tool = game.Workspace.Tool
- Tool.Name = ("Display Monitor")
- dm = game.STarterPack.Display Monitor
- Body = game.Workspace.Body
- Screen = game.Workspace.Screen
- --Color on the brick on entering
- function onPlayerAdded(bannedlist)
- Screen.BrickColor = ("Really red")
- wait(3)
- Screen.BrickColor = ("Lime green")
- end
- --The parts that make up the Display Monitor
- Instance.new("Part",game.Workspace)
- game.part.Name = ("Body")
- Body.Parent = ("dm")
- Body.Anchored = true
- Body.Size = Vector3.new("1, 2, 3")
- Instance.new("Part",game.Workspace)
- game.part.Name = ("Screen")
- Screen.Parent = ("dm")
- Screen.Anchored = true
- Screen.Size = Vector3.new("0.1, 2, 3")
- local mw = Instance.new("ManualWeld")
- mw.Parent = Screen
- mw.Screen = Screen.Body
- mw.Body = Screen.Body
- mw.C0 = CFrame.new(0, 0, 6)*CFrame.new(0, -math.pi/5, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement