Super Human Panel [Revamped]☆

Super Human Panel
[Only for people who have the super human gampass]

• Set the walkspeed
• Spawn a car or telport to a specific location ( Stunt Park, Facility, etc. )
• Can teleport to your friends server from anywhere ( if you have any )
• Set how much damage you can take from a crusher ( Instant kill to Invincibility)

The panel can be something like the admin panel for owners of VIP servers ( Example at bottom )
Screenshot_20211204-184300_Gallery

Honorable Mention | ( For everyone )
• Can run over people when pvp turned on. ( The weight depends on how much damage )

Likely chance thks wont get added, since my original post didnt get added lol.

9 Likes

That sounds like a good idea, also I suggest there is an ‘invite friends’ button so they can click it and invite a friend.

Sample of the code if you want to invite friends in your game :slight_smile::

local Button = script.Parent
Button.MouseButton1Click:Connect(function(player)
local invited,fail = pcall(function() --So if it fails, it can produce an error message to us to help with debugging!
if game:GetService("SocialService"):CanSendGameInviteAsync(player) then
game:GetService("SocialService"):PromptGameInvite(player)
return invited
else
warn("Could not prompt friend gui; Reason: " ..fail)
end)
end)
2 Likes

this would be great, i want it

2 Likes

revive

1 Like