Krustle
|
  |
| Joined: 16 Aug 2014 |
| Total Posts: 10 |
|
|
| 08 Oct 2014 06:26 AM |
1.Lua Protip: If you pass a Color3 to BrickColor.new, it rounds to the nearest valid BrickColor -----Script
local part = Instance.new("Part") part.BrickColor = BrickColor.new ( color3.new(255/255, 0/255, 0/255) ) print(part.BrickColor) --> "Really red"
2.Speed hackers begone! Use GetRealPhysicsFPS() to detect exploiters. ----script
local Player = game.Players.LocalPlayer while wait(0.5) do if Workspace:GetRealPhysicsFPS() > 60 then end end
3.Have a script that removes the healthbar gui? You will have to use SetCoreGuiEnabled instead. ----script
game.StarterGUI:SetCoreGUIEnabled(Enum.CoreGUIType.Health, false)
--on the "HEALTH" that is the thing that will not show up if you don't want the health to not show up here is some list change the "HEALTH" to :
CoreGUIType 0.Playerlist 1.Health 2.Backpack 3.Chat 4.All
@KrustleROBLOX
|
|
|
| Report Abuse |
|
OldGoldie
|
  |
| Joined: 17 Aug 2010 |
| Total Posts: 8210 |
|
| |
|
| 08 Oct 2014 08:22 AM |
What OldGoldie said.
Stop copying |
|
|
| Report Abuse |
|