SHOW:
|
|
- or go back to the newest paste.
1 | - | --Settings |
1 | + | P=Instance.new("Part",tabmodel) |
2 | - | mon = peripheral.wrap("right") --Screen Side |
2 | + | P.Shape=("Ball") |
3 | - | mon.setTextScale(4) --Text Size |
3 | + | P.Anchored=true |
4 | - | strtpos = 12 --Start position on screen |
4 | + | P.CanCollide=false |
5 | - | speed = 0.2 --Scroll Speed (Seconds) |
5 | + | if probemode==false then |
6 | - | text = "Din mor lugter af ged" --Displayed Text |
6 | + | if LocalPlayer.Character.Torso then |
7 | - | |
7 | + | P.Position=LocalPlayer.Character.Torso.Position |
8 | - | pos = strtpos |
8 | + | elseif LocalPlayer.Character.Torso==nil then return end |
9 | - | poslimit = 0 - strtpos |
9 | + | elseif probemode==true then |
10 | - | |
10 | + | if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then |
11 | - | while true do |
11 | + | P.Position=game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position |
12 | - | mon.clear() |
12 | + | elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")==nil then return end |