Description

With Unibar Plus script, you will get the custom buttons for different function in Roblox’s game with a unique Unibar interface. Get amazing features by using it.

Features

  • + Custom Buttons
  • + Function Triggers
  • + Teleport Players
  • + Toggle Features
  • + Run Scripts
  • + Open Menus
  • + Trigger Actions
  • + Game Mechanics
  • + Tool Integration
  • + UI Integration
  • + Responsive UI
  • + Cross-Platform
  • + PC Support
  • + Mobile Support
  • + Multi-Device
  • + Screen Adaptation
  • + Quick Actions
  • + Display Notifications
  • + Menu Access
  • + Clean Interface
  • + Intuitive UI
  • + Roblox-Style UI
  • + Customizable UI
  • + Player UI Integration
  • + Seamless Experience

Script

loadstring(game:HttpGet('https://raw.githubusercontent.com/Dan41/Roblox-Scripts/refs/heads/main/Unibar%20Plus/UnibarPlus.lua', true))()

-- ===== [ INITIAL FUNCTIONS ] -- =====

task.wait(1)

function Kill()
   game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Dead)
   game:GetService("ReplicatedStorage")["Unibar Plus API"].Notify:Fire("Killed", "You have been successfully eliminated!", 5) -- Unibar Plus notification event
end

function Time(v)
   game.Lighting.ClockTime=v=="day" and 14 or v=="night" and 0
end

-- This event will create a kill button on Unibar.
game:GetService("ReplicatedStorage")["Unibar Plus API"].MakeButton:Fire("oneclick", "KillButton", "124355345582562", Kill)

-- This event will create a button that toggles between day and night.
game:GetService("ReplicatedStorage")["Unibar Plus API"].MakeButton:Fire("twoclick","TimeButton", "106233640530367", "137573670921359", function() Time("night") end, function() Time("day") end)

        

Comments (0)

Log in to add a comment.