39.2k Views
Free
Description
GUI for a game called Lets Party Infinite. It has many players active at all times. You need to have the F3X Building Tools from the rainbow giver equipped when using any of the commands. Kill button doesn't work. --------------------- https://pastebin.com/raw/qX4fvfQt <- Link to GUI --------------------- Script to not get killed by kill bricks if island is covered! --------------------- for i,v in pairs (workspace:GetDescendants()) do if v:IsA("BasePart") and v.Locked == false then v.CanTouch = false end end Have fun destroying!
Comments
2