Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local a_folder = Instance.new('Folder',workspace)
- a_folder.Name = '∞'
- local players = game:GetService'Players'
- local li = game:service'Lighting'
- print'https://pastebin.com/Erp5RR1j'
- if workspace.Name=='Workspace'then
- workspace.Name = 'Workspace_Replacement_Name'
- end
- if players.Name=='Players'then
- players.Name = 'Players_Replacement_Name'
- end
- if li.Name=='Lighting'then
- li.Name = 'Lighting_Replacement_Name'
- end
- for _,v in pairs(game:service'Players':GetPlayers())do
- if not v.Character then
- v:LoadCharacter()
- end
- pcall(function()
- v.Character.Parent = a_folder
- end)
- v.CharacterAdded:Connect(function(ch)
- ch.Parent = a_folder
- end)
- end
- workspace.ChildRemoved:Connect(function(ch)
- if ch==a_folder then
- a_folder = ch:Clone()
- a_folder.Parent=workspace
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement