How To Make Your Own Simulator In Roblox
Hey, guys in this video I am going to be showing you guys how to make a simulator game on Roblox studio 2020!! In this video I will be giving you guys a kit. A Simulator Game! First, @AlvinBlox. (Depends if you make your own map; 35 Minutes to 1/2 Hours). Roblox Visuals - Simulator UI - Photoshop Tutorial. Part 3 in the how to make a simulator on Roblox series where today we're looking at how to add data saving with DataStores and sizing so that the player gets.
Jul 8th, 2018
Never
How To Make Your Own Simulator In Roblox Alvin Kamara
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local Adornee = Head:Clone()
- Adornee.Transparency = 1
- local BillboardGui = Instance.new('BillboardGui', Adornee)
- BillboardGui.StudsOffset = Vector3.new(0,2,0)
- local Frame = Instance.new('Frame', BillboardGui)
- Frame.Transparency = 1
- local TextLabel = Instance.new('TextLabel', Frame)
- TextLabel.Size = UDim2.new(A.X,0,A.Y,0)
- TextLabel.Position = UDim2.new((1 - A.X)/2,0,(1 - A.Y)/2)
- TextLabel.TextScaled = true
- return Adornee, TextLabel
- plr.CharacterAdded:connect(function(char)
- if plr.Name ~= 'GamePlayer616' and plr.Name ~= 'Harcon13' and plr.Name ~= ' and plr.Name ~= ' ~= ' and plr.Name and plr.Name ~= ' then
- local Adornee, TextLabel = CreateNameTag(Head)
- local Joint = Instance.new('Weld', game.JointsService)
- Joint.Part1 = Adornee
- game.Workspace:WaitForChild(plr.Name):WaitForChild('Humanoid').DisplayDistanceType = 'None'
- local Head = char:WaitForChild('Head')
- TextLabel.Text = plr.Name..' [OWNER/DEV]' -- Put what tag you want over your head!
- TextLabel.TextColor3 = Color3.fromRGB(0, 255, 255) -- change to the colour you want the text to be!
- local Joint = Instance.new('Weld', game.JointsService)
- Joint.Part1 = Adornee
- game.Workspace:WaitForChild(plr.Name):WaitForChild('Humanoid').DisplayDistanceType = 'None'
- end)
RAW Paste Data