Hello , I would Like to know who can script me a way that if you are on my group and your rank id is 70 and Up then you see a Block but when not You dont see the Block. Who can Help?
Use a script and then get the following code, get FE enabled
local groupId = GroupIdHere game.Players.PlayerAdded:Connect(function(plr) if plr:GetRankInGroup(groupId) >= 70 then script.Parent:Destroy() -- Script.Parent if the script is inside the part end end)
Closed as Not Constructive by Avigant, DeceptiveCaster, and DeveloperSolo
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?