Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --// ZEROGRAVITY VERSION 2.0 \\--
- --[[ DEVELOPERS ]]--
- -- Main Dev(s): HelpfulToasty, supersonicfan111
- -- Dev: LuaScripter12
- -- Owner(s): LuaScripter12, HelpfulToasty, supersonicfan111
- -- [[ RULES ]] --
- -- Do not Abuse with thise Admin,
- -- Do not mess with the rotation,
- -- Do not mess with the commands,
- -- Do not mess with the functions,
- PLAYER=game.Players['thomasthong']
- Tablets={};
- function Output(Text, Func, PLAYER, Color)
- local prt=Instance.new("Part",workspace)
- prt.CanCollide=false;
- prt.Anchored=true;
- prt.Locked=true;
- prt.Name="Tablets"
- prt.Transparency=0.2;
- prt.TopSurface='Smooth'
- prt.BottomSurface='Smooth'
- prt.BrickColor=BrickColor.new"Bright red"
- prt.Size=Vector3.new(2,2,2)
- local bbg = Instance.new("BillboardGui",prt)
- bbg.Size=UDim2.new(100, 56, 98)
- bbg.Adornee=prt;
- bbg.StudsOffset=Vector3.new(0, 1, 0)
- bbg.SizeOffset=Vector2.new(0, 2, 0)
- local sb = Instance.new("SelectionBox",prt)
- sb.Transparency=0.2;
- sb.Adornee=prt;
- sb.Color=BrickColor.new"Deep orange"
- local tl = Instance.new("TextLabel",bbg)
- tl.Font="ArialBold"
- tl.FontSize="Size24"
- tl.Text=""
- tl.TextStrokeTransparency=0.2;
- tl.TextStrokeColor=Colo3.new(255,255,255)
- end;
- local rot = 0
- coroutine.wrap(function()
- game:GetService("RunService").Heartbeat:connect(function()
- if PLAYER.Character:findfirstChild("Torso")then
- rot = rot + 0.555555
- for i,v in pairs(Tablets)do
- pcall(function()
- local pos = PLAYER.Character.Torso.CFrame
- end)
- x = math.sin((i/ #Tablets - (0.5 / #Tablets) + rot * 2) * math.pi * 2) * radius
- z = 0.5
- y = math.cos((i / #Tablets - (0.5/ #Tablets) + rot * 2) * math.pi * 2) * radius
- local arot = Vector3.new(x,y,z) + pos.p
- local brot = v.CFrame.p
- local crot = (arot * .1 + brot * 0.10)
- v.CFrame = CFrame.new(crot, pos.p)
- end
- end
- end)
- end)()
Add Comment
Please, Sign In to add comment