About 200 results
Open links in new tab
  1. Simple Kick Script (Works only on Script) - Roblox Forum

    Feb 19, 2018 · --Kick Menu made by Meebyte#1337 --Use Reason Box only if you want --Kick Button must be TextButton or ImageButton --PlayerBox must be TextBox --Remove '--' from reasonbox definer if you have a reason box --at :Kick() void/function (not kick = function()) put 'reasonBox.Text' if you're using reasonbox gui = pathtogui --reasonbox = gui.ReasonBox ...

  2. Roblox keeps putting me alone in one server and people...

    Aug 3, 2018 · A forum community dedicated to Roblox players and enthusiasts. Come join the discussion about collections ...

  3. Anyone knows with F3X, how to make an instant kill block?

    Jul 25, 2022 · Not sure if you can do this with F3X, but you can put this script in the part itself: Code: local brick = script.Parent brick.Touched:connect(function(hit) local h = hit.Parent:FindFirstChildOfClass("Humanoid") if h then h.Health = h.Health - 100 -- Change this to the amount you want to be subtracted when hit (100 is instant kill) end end)

  4. My roblox account was banned after i bought robux, i...

    Nov 13, 2021 · In may 21st i bought 40,000 robux with my step-mothers debit card. 3 months later, on august 13th my account got suspended for unauthorized charges. The evening before i checked my e-mails and found out that google had refunded 3 of the purchases for some reason. When i woke up, i checked my roblox account, and found out that i was banned.

  5. Why is there so much furry hate - Roblox Forum

    Aug 5, 2021 · here we go: 1. inhuman yeah I get it, sometimes we want to roleplay and put a spongebob costume, but when its every day, then its weird.

  6. Some screenshots of RobloxForum.com back in 2019-2022...

    Mar 28, 2025 · (Probably June 29th, 2019?) August 25th, 2019 November 9th, 2020 December 6th, 2020 June 27th, 2021 July 12th, 2021 October 2nd, 2021 October 30th, 2021 August 24th 2022

  7. How to make vote script system - Roblox Forum

    Jun 24, 2018 · Alright so take this reply with a grain of salt because ive never attempted making a gui voting system. What i think i would do is make a variable and create a mousebutton1click event for the gui. when the gui is clicked add 1 to the variable. after some time, stop the voting and determine which map is to be presented.

  8. Hat Giver Script - Roblox Forum

    Jun 21, 2021 · Roblox does do a lot of upgrades/updates these days. It was not prompting the player when I went in to play, but when I move it inside a part (the head), it prompts again. Instead of Humanoid:AddAccessory(), I put the hair's parent as the character. But then a little later, it's not prompting again, so I moved the script to outside of the prompt.

  9. Script - Roblox Forum

    Dec 11, 2017 · Game Making and Creating. Game Design

  10. Proximity Prompt Hat Remover | Roblox Forum

    Jun 20, 2021 · -- location(s) of your removal prompt object(s) local accessoryRemovalPrompts = { [workspace:WaitForChild('Part'):WaitForChild('ProximityPrompt')] = true; -- prompt object is index, true is value passed in the conditional } -- function to remove all accessories; this just cleans up the main function if you ever add more conditions local function removeAllAccessories(character) for _, object in ...

Refresh