Hello stwepiefing539 I got a suggestion, I think you need a v2 of your exclusive egg animation pet sim 99 I just found out this video : th-cam.com/video/IukjA-pKUFA/w-d-xo.html it really cool and nice mechanics is there any chance that you will make this?
Omg wait what???? you can play with 2 or more players in studio?! i always waited for friends to test it with me tysm! like is there and i will watch more videos from you if they are good to i will also subscribe (edit: i subsquibed)
3. Upside Down Camera: You can have much more fun with the ZonePlus Module ;) If a player entered a Zone change the Angle and if the player leave the Zone change it back =)
i recommend using a spring module (such as spring or spr for ui) over tweens as you have much more control over the animation, it's more optimised and looks better
Nice video, for the next idea you could make a animated (moving in circle) white outline with gaps at the edge of a spot that shows the zone like in pet simulator 99
Hey! I know youve already done this before in these videos, but could you please make an effect with an orb (as used before) except the concept is a little bit different. Instead, it is a star that orbits around the players head when the player touches a button. The star will pop out of the button (this is an animation btw) and it will slowly but surely move until its positioned itself to a designated spot around the players head to orbit around. Instead, the star will orbit around the head but rotated, in the form of pretty much resembling as a halo on top of the players head probably on a corner of the players head like left or right. (hope thats easy to understand) You can also give it a trail. Thanks!
I've been watching your tutorials for a while now and their amazing for beginner scripters. Suggestion: Try and make an egg hatching system which includes, Hatch Animation, Inventory, Multipliers,
can you show how to make a clean click pop up animation when clicking on the screen like in clicker simulator? btw I love your videos, they are real a lifesavers
For part 6 can u make a smooth button effect like sols rng for example like a small shadow appears when you select the button and it expands REALLY SMOOTHLY (go to sols rng and click on any of the buttons to see what I mean if u don’t understand)
Here is the model to the highlight, particles, remote event, and scripts. I don't have the tip jar model in it so you can insert whatever model you'd like! create.roblox.com/store/asset/98064056841163/Tip-Jar
Hi Stewiepfing for me this does not work it is #5 this is the code local Players = game:GetService("Players") local LocalPlayers = Players.LocalPlayer local ReplicatedStorage = game:GetService("ReplicatedStorage") local UserInputService = game:GetService("UserInputService") local TweenService = game:GetService("TweenService") local Highlight = ReplicatedStorage:WaitForChild("Highlight") local Info = TweenInfo.new(0.5, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out, 10, true, 0) local debounce = false UserInputService.InputBegan:Connect(function(input : InputObject, gameProceccedEvent : boolean) if gameProceccedEvent then return end
if input.KeyCode == Enum.KeyCode.e and not debounce then debounce = true
for _, players in Players:GetPlayers() do if players ~= LocalPlayers then local character = player.Character
local highlight = Highlight:Clone() highlight.Parent = character highlight.Adornee = character highlight.FillTransparency = 0 highlight.FillColor = Color3.fromRGB(255, 0, 0) highlight.OutlineTransparency = 1
local Tween = TweenService:Create(highlight, Info, {FillTransparency = 0.7}) Tween:Play()
Tween.Completed:Connect(function() highlight:Destroy() debounce = false end) end end end end)
Which one is your favorite?
The last one, also continue making these video please
the tip jar i fought was cool
Can u do a sword slash effect in the next one please🥺
Hello stwepiefing539 I got a suggestion, I think you need a v2 of your exclusive egg animation pet sim 99 I just found out this video : th-cam.com/video/IukjA-pKUFA/w-d-xo.html it really cool and nice mechanics is there any chance that you will make this?
@@MrVinceBs you make a trail in the sword and make it not enabled and when you slash it's enabled until the slash animation stops.
Tysm for using my idea!! Keep up the good work, you are heavily inspiring!
Nice idea mate!
@@ZyxBlox thanks!
2:12
If you set the colour of the highlight to negative when the transparency is negitave it will create a cool distortion effect
IDEA: make a wave motion with unanchored spheres kind of like a wave motion you can do with falling sand in Minecraft 👍
Why are you so good yet has less than 10k Subs???? 🤔
LETS GET THIS MAN TO 10K SUBS!!! 😎👍
Also first comment 🙃
Thanks man for putting me in the video. If i find any more underused effects i'll definitely let you know about them
Omg wait what???? you can play with 2 or more players in studio?! i always waited for friends to test it with me tysm! like is there and i will watch more videos from you if they are good to i will also subscribe (edit: i subsquibed)
ur so new with roblox studio arent you?
Ive been waiting for another wholesome video. Keep it up
I love this series so much
your pfp is from snk right, armin arlet
@@saltiodine yeah lol
@@memga lol i just finished it recently, so every detail from it, i notice
@@saltiodine !!!
My friend appeared in this video. Thanks!
3. Upside Down Camera:
You can have much more fun with the ZonePlus Module ;)
If a player entered a Zone change the Angle and if the player leave the Zone change it back =)
i recommend using a spring module (such as spring or spr for ui) over tweens as you have much more control over the animation, it's more optimised and looks better
omggg finally!!
Nice video, for the next idea you could make a animated (moving in circle) white outline with gaps at the edge of a spot that shows the zone like in pet simulator 99
you can create this with beams
I love it when scripters challenge themselves to try something new it shows that you can do anything if you put enough effort into it
Keep Going!
Hey! I know youve already done this before in these videos, but could you please make an effect with an orb (as used before) except the concept is a little bit different. Instead, it is a star that orbits around the players head when the player touches a button. The star will pop out of the button (this is an animation btw) and it will slowly but surely move until its positioned itself to a designated spot around the players head to orbit around. Instead, the star will orbit around the head but rotated, in the form of pretty much resembling as a halo on top of the players head probably on a corner of the players head like left or right. (hope thats easy to understand) You can also give it a trail. Thanks!
I've been watching your tutorials for a while now and their amazing for beginner scripters.
Suggestion: Try and make an egg hatching system which includes,
Hatch Animation,
Inventory,
Multipliers,
6 words,
MAKE
A
PLUGIN
FOR
THE
SCRIPTS
2 words,
GET
GOOD
No I agree with this guy the script is too long make a model
can you show how to make a clean click pop up animation when clicking on the screen like in clicker simulator? btw I love your videos, they are real a lifesavers
new stewiepfing upload goes hard
Yay i wish he make 100 more parts of this
For part 6 can u make a smooth button effect like sols rng for example like a small shadow appears when you select the button and it expands REALLY SMOOTHLY (go to sols rng and click on any of the buttons to see what I mean if u don’t understand)
Very cool, subbed
🙏Thank you very much, this video will help my projects
indieun is a goated dev
Maybe make a wind particle effect. I have seen a lot of simulators using it lately
I think the egg is really cook
Could you maybe further improve the egg next video?
We are so back 🔥
The red ping would be useful for like a hunting game.
W Video!
Please, Make more like this 🙏🙏
The I am a scripter I can't make good particles is kinda true
Make one where if a player moves over a certain speed it shows the speed line effect
Part 6 next!?!?!?!?
can you make when you like step on a part or button it brings out like effects out of it (this will rlly help in my button sim im making)
Hey do you mind maybe linking a model of the tip jar because my effects dont look right!
Here is the model to the highlight, particles, remote event, and scripts. I don't have the tip jar model in it so you can insert whatever model you'd like! create.roblox.com/store/asset/98064056841163/Tip-Jar
@@stewiepfing539 you didn’t have to add in the scripts but thank you so much!
could you make a tutorial on how to make the currency effects used in youtube legends?
I love you stewiepfing
What is the plugin to autocomplete services and moduleScripts?
Require Autocomplete by Sleitnick: create.roblox.com/store/asset/15129954241/Require-Autocomplete
Can you make a rolling system where it shows up rarities?
Can you Teach us to make are Roblox games look like they were from 2015 Roblox games
You can make the highlight not be always on top...
can you make a script that applies an effect to the players if they touch a part
can u make like blade ball sword models? because im trying to make a game like that but i finished sword ideas
can you make a hoverboard gamepass system like in pet sim?
Could you make an entire turuorial on uipagelayout, thanks
why do you sound like chills in the begenning?
can you make a monster appear and it walk in a straight line
Add a pet system like ps99
W
My camera doesn't go upside down. It tells me I'll have to set the type to Scriptable, which I cannot do for my current systems.
What is the text font that appears in the game? 0:02
First 30 min 👇
part 6 when?
For the egg animation for not use BézierCurve?
Tutorial how to make pet simulator?
The last thing was probably asked cause bro wanted to know how to make an esp to cheat 😭
pls texture pack i dont finded like 2 years
Lee Sharon Harris Karen Gonzalez Kenneth
can you help me
xd
How to make work on Mobile
Roblox studio isn’t on mobile
yes
owl
Hey @stewiepfing539 could you please send the link to that awesome money particle!?
Hi Stewiepfing for me this does not work it is #5 this is the code
local Players = game:GetService("Players")
local LocalPlayers = Players.LocalPlayer
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local UserInputService = game:GetService("UserInputService")
local TweenService = game:GetService("TweenService")
local Highlight = ReplicatedStorage:WaitForChild("Highlight")
local Info = TweenInfo.new(0.5, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out, 10, true, 0)
local debounce = false
UserInputService.InputBegan:Connect(function(input : InputObject, gameProceccedEvent : boolean)
if gameProceccedEvent then
return
end
if input.KeyCode == Enum.KeyCode.e and not debounce then
debounce = true
for _, players in Players:GetPlayers() do
if players ~= LocalPlayers then
local character = player.Character
local highlight = Highlight:Clone()
highlight.Parent = character
highlight.Adornee = character
highlight.FillTransparency = 0
highlight.FillColor = Color3.fromRGB(255, 0, 0)
highlight.OutlineTransparency = 1
local Tween = TweenService:Create(highlight, Info, {FillTransparency = 0.7})
Tween:Play()
Tween.Completed:Connect(function()
highlight:Destroy()
debounce = false
end)
end
end
end
end)